You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > SetSubRangeLevel Method > Vector.SetSubRangeLevel Method ([In] TMtxVec, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SetSubRangeLevel Method ([In] TMtxVec, int, int)

Define a subvector of the Src vector starting at Index and ending at Index+Len-1.

Syntax
C#
Visual Basic
public void SetSubRangeLevel([In] TMtxVec Src, int Index, int Len);

Additionally, it pushes the previous subrange on to a stack, which can be poped by calling SetFullRangeLevel.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!